.error{
    color:red;
  }

  .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #6b6f80;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e3ebf3;
    border-radius: 3px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  
  .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #e3ebf3 !important;
    border-radius: 4px;
  }
  .select2-container--default.select2-container--focus .select2-selection--multiple {
    color: #495057;
    background-color: #fff;
    border-color: #4eceb2;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.25);
  }
  .select2-container--default .select2-selection--multiple {
      background-color: white;
      border: 1px solid #e3ebf3 !important;
      border-radius: 4px;
      cursor: text;
  }
  .select2-container--default .select2-search--dropdown .select2-search__field {
      border: 1px solid #e3ebf3 !important;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
      background-color: #f5f5f5 !important;
      border: 1px solid #f5f5f5 !important;
  }